@charset "utf-8";
html{font: 14px 'Microsoft Yahei';}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
body{
	min-width: 1200px;
	margin:0 auto;
}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 300ms ease-in-out;}
a:hover{text-decoration: none;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}
.over-flow{
    overflow: auto; 
    zoom: 1; //处理兼容性问题
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
.swiper-pagination-bullet-active{
  background: #248f47;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.banner{
	width:100%;
}
.swiper-container1 img{
	width:100%;
}
.swiper-slide{
	width:100%;
}

/*toubu*/
.toubu{
	height: 50px;
	border-bottom:1px solid #e5e5e5;
}
.toubu .t-left {
	float: left;
}
.toubu .t-left p{
	font-size: 14px;
	color:#666;
	line-height: 50px;
}
.toubu .t-right{
	float: right;
	line-height: 50px;

}
.toubu .t-right a{
	display: block;
	float: left;
	font-size: 14px;
	color:#666;
	padding-left: 30px;
	position: relative;
	background: url("../Image/tel.png") no-repeat center left;
}
.toubu .t-right a span{
	font-size: 22px;
	color:#156ecc;
	font-weight: 700;
}
/*top*/
.top{
	width:1200px;
	height:130px;
	margin:0 auto;
	position: relative;
}
.top-left{
	position: absolute;
	top:29%;
	left:0px;
}
.top-left a{
	display: block;
}
.top-right{
	position: absolute;
	right:0px;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;

}
.right-tel,.right-text{
	float: left;
}
.right-tel img{
	margin-right:15px;
}
.right-text p:first-child{
	font: 16px 'Microsoft YaHei';
	color:#333333;
}
.right-text p:nth-child(2){
	font: 20px 'Microsoft YaHei';
	color:#015ca1;
	font-weight: 700;
}
.right-text p:nth-child(3){
	font: 20px 'Microsoft YaHei';
	color:#015ca1;
	font-weight: 700;
}
.img-wrap{
	float: left;
    margin-right: 10px;
    margin-top: 6px;
}
.wei-img-wrap{
	margin-right: 0;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}
.right-text{
	float: left;
}
.top .list{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right:0;
	z-index: 99;
}
.top .list ul li{
	float: left;
	position: relative;
}
.top .list ul li a{
	display: block;
	font-size: 14px;
	color:#8c8c8c;
}
.top .list ul li a img{
	margin:0 auto;
	width: 60px;
	    display: inline-block;

}
.top .list ul li:first-child{
	margin-right: 15px;
}
/*nav*/
.nav{
	width:100%;
	background: url("../Image/navbg.jpg") no-repeat center;
}
.nav>.wrapper>ul>li{
	float: left;
	width:171px;
	position: relative;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	position: relative;
}
.nav>.wrapper>ul>li>a{
	display: block;
	line-height:60px;
	position: relative;
	font-size: 14px;
	text-align: center;
	color:#fff;
	letter-spacing: 2px;
}
.nav ul li a:after{
	display: block;
	content:"";
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:1px;
	height: 12px;
	background: #4594dd;
}
.nav ul li:last-child a:after{
	display: none;
}
.nav>.wrapper>ul>li:hover a{
	background:#d7322e;
}


#thyNavStyle{
	background:#d7322e;
}
#thyNavStyle p{
	color:#015ca1;
}
.nav>.wrapper>ul>li>.erji{
	position: absolute;
	top:60px;
	left:0;
	z-index: 10000;
	display: none;
	
}
.nav>.wrapper>ul>li:hover .erji{
	display: block;
}
.nav>.wrapper>ul>li>.erji>li{
	background: #303333;
	position: relative;
	width:133px;
	height:60px;
	line-height: 68px;
	text-align: center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;

}
.nav>.wrapper>ul>li>.erji>li>a{
	display: block;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	text-align: center;
}

.nav>.wrapper>ul>li>.erji>li>.sanji{
	position: absolute;
	left:133px;
	top:0;
	display: none;
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li{
	background: #303333;
	position: relative;
	width:150px;
	height:68px;
	line-height: 68px;
	text-align: center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li:hover{
	background-color:#c8000b; 
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li>a{
	display: block;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	text-align: center;
}
.nav>.wrapper>ul>li>.erji>li:hover{
	background-color:#c8000b; 
}
.nav>.wrapper>ul>li>.erji>li:hover .sanji{
	display: block!important;
}

.guanjianci{
	position: relative;
    z-index: 5;
    margin-top: -20px;
	
}
.guanjianci .wrapper{
	height: 135px;
	background:url(../Image/search-bg.jpg) no-repeat center;
}
.guanjianci .sousuo{
	float:right;
	margin-top: 10px;
    margin-right: 65px;

}
.search {
    width:260px;
    height: 40px;
    text-indent: 8px;
    outline: none;
    border-radius: 5px;
    color:#666;
    font-size:14px;
    float: left;
	border:1px solid #ccc;
}
.sousuotijiao {
    width: 60px;
    height: 40px;
    background: url("../Image/f-sou.png") no-repeat center;
    cursor: pointer;
    outline: none;
    float: right;
   margin-left: -88px;
    z-index: 4;
    position: relative;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#999;
    font-size:12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#999;
	font-size:12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#999;
	font-size:12px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#999;
	font-size:12px;
}
.guanjianci ul{
	margin: 20px 0;
}
.guanjianci ul li{
	float:left;
	font-size:14px;
	color:#2f2f2f;
	font-weight: 700;
	padding-right:15px;
}
.guanjianci ul li a{
	display:block;
	font-size:14px;
	color:#666;
	font-weight: 500;
}
.titlebox .fir{
	text-align: center;
	font-size: 30px;
	color:#156ecc;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	background: url("../Image/title-bg.png") no-repeat center;
}
.titlebox .fir span{
	color:#333;
}

.titlebox .sec{
	width:730px;
	margin:0 auto;
	text-align: center;
	font-size: 14px;
	color:#999;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.titlebox{
	
	margin-bottom: 40px;
}


/*product*/
.chanping{
	padding:60px 0;
}
.chanping .wrapper{

}
.chanping-left{
	width: 264px;
	float: left;
}
.chanping-left .topbox{
	padding-top:22px;
	width:264px;
	height: 100px;
	background: url(../Image/list-top.png) no-repeat center;
	border-top: none;
}
.chanping-left .topbox p:first-child{
	font-size: 24px;
	color:#fff;
	text-align: center;

}
.chanping-left .topbox p:last-child{
	font-size: 14px;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
}
.chanping-left .ulBox{
	background: #fff;
	border:1px solid #c9c9c9;
	width: 236px;
    margin: 0 auto;
	background-size: auto 100%;
}
.ulBox .lianxiwom{
	font-weight: bold;
	font-size: 20px;
	color:#015ca1;
	text-align: center;
}
.chanping-left ul:first-child li{
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}

.chanping-left .ulBox ul li a{
	font-size: 17px;
	color: #666;
	display: block;
	position: relative;
	line-height: 50px;
	font-weight: 700;
	padding-left: 20px;
	border-bottom: 1px dashed #e5e5e5;
	
}
.chanping-left .ulBox ul li a:hover{
	color:#156ecc;
}
.chanping-left .ulBox ul li .erji a{
	font-size:14px;
	padding-left: 30px;
	line-height: 30px;
	font-weight: 500;
}
#click a{
	color:#156ecc;
}
#click i{
	background: url("../Image/right-jiantou1.png") no-repeat center center;
}
.chanping-left .ulBox ul li a i{
	width:15px;
	height: 15px;
	background: url("../Image/right-jiantou.png") no-repeat center center;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right:15px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.chanping-left .ulBox ul:first-child li:hover a i{
	background: url("../Image/right-jiantou1.png") no-repeat center center;
}
.chanping-left .ulBox ul li{
	font-size: 14px;
	color:#7f7f7f;
}
.chanping-left .pro-bottom{
	width:235px;
	height: 148px;
	background: url(../Image/list-bottom.jpg) no-repeat center;
	margin:0 auto;
	margin-top: 18px;
	padding:40px 0 0 14px;
}
.chanping-left .pro-bottom p:nth-child(1){
	font-size: 16px;
	color:#fff;
}
.chanping-left .pro-bottom p:nth-child(2){
	font-size: 18px;
	color:#fff;
	font-weight: 700;
}
.chanping-left .pro-bottom p:nth-child(3){
	font-size: 18px;
	color:#fff;
	font-weight: 700;
}
.chanping-right{
	float: right;
	width:923px;
	text-align: center;
}
.chanping-right .firp{
	width:730px;
	font-size: 24px;
	font-weight: bold;
	color:#015ca1;
	text-align: left;
}
.chanping-right .secp{
	text-align: left;
	font-size: 14px;
	color:#999;
	margin:10px 0;
}
.chanping-right .secp span{
	font-size:12px;
	color:#909090;
}
.chanprightBox{
	position: relative;
}
.chanprightBox a{
	display: block;
	color:#fff;
	background: #015ca1;
	width:170px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	right:0;
	top:0;

}
.cha{
	position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.cpanliBox{
	margin-top:10px;
}
.cpanliBox ul li{
	width:290px;
	padding:10px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	float: left;
	margin-right: 26px;
	position: relative;
	border:1px solid #dcdcdc;
}

.cpanliBox ul li:nth-child(-n+6){
	margin-bottom: 40px;
}
.cpanliBox ul li:nth-child(3n){
	margin-right: 0;
}
.cpanliBox ul li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.cpanliBox ul li .pic{
	width:100%;
	height: 227px;
	position: relative;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}

.cpanliBox ul li a .pic-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cpanliBox ul li .biaoti{
	width:100%;
	line-height: 40px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}

.cpanliBox ul li .biaoti p{
	line-height: 40px;
	font-size: 14px;
	color:#666;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.cpanliBox ul li .more{
	display: block;
	width:90px;
	line-height: 20px;
	font-size: 12px;
	color:#fff;
	text-align: center;
	margin:0 auto;
	background: #333;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.cpanliBox ul li:hover .more{
	background: #0068b7;
}


/*about*/

.about{
	padding:70px 0;
	background: #00458e;
}
.about .titlebox .fir{
	background: url(../Image/title-bg1.png) no-repeat center;
}
.about .a-left{
	float: left;
	width:689px;

}

.about .a-right{
	float: right;
	width:511px;
}
.about .a-right .fir{
	font-size: 26px;
	color:#fff;
}
.about .a-right .sec{
	width:87px;
	height: 1px;
	background: #fff;
	margin:18px 0;
}
.about .a-right .con{
	font-size: 14px;
	color:#fff;
	line-height: 28px;
	text-align: justify;
}
.about .a-right .a-list a{
	display: block;
	float: left;
	width:155px;
	line-height: 40px;
	text-align:center;
	font-size:16px;
	color:#00458e;
	background: url("../Image/about2.png") no-repeat center;
	margin-right:23px;
	margin-top: 27px;
}
.about .a-right .a-list a:last-child{
	margin-right: 0;
}

/*anli*/
.anli{
	padding:60px 0;
}
.pro-lunbo{
	position: relative;
	margin-bottom: 30px;
}
.swiper-container-pro .swiper-slide a{
	display: block;
	width:100%;
	height: 100%;
}
.swiper-container-pro .swiper-slide a .imgbox{
	width:100%;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    height: 215px;
    overflow: hidden;
}
.swiper-container-pro .swiper-slide a .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container-pro .swiper-slide a .text{
	width:100%;
	height: 95px;
	background: #333;
	text-align:center;
	padding-top: 20px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.swiper-container-pro .swiper-slide:hover a .text{
	background: #0068b7;
}
.swiper-container-pro .swiper-slide a .text .fir{
	font-size:16px;
	color:#fff;
}
.swiper-container-pro .swiper-slide a .text .sec{
	width:18px;
	height: 2px;
	background: #fff;
	margin:7px auto;
}
.swiper-container-pro .swiper-slide a .text .thr{
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
}
.swiper-button-next-pro{
	width:41px;
	height: 54px;
	background: url(../Image/pro-right.png) no-repeat center;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    right:-65px;
}
.swiper-button-next-pro:hover{
	background: url(../Image/pro-right1.png) no-repeat center;
}
.swiper-button-prev-pro{
	width:41px;
	height: 54px;
	background: url(../Image/pro-left.png) no-repeat center;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    left:-65px;
}
.swiper-button-prev-pro:hover{
	background: url(../Image/pro-left1.png) no-repeat center;
}
/*news*/
.titlebox.n p{
	background: url("../Image/News-information.png") no-repeat center top;
}
.news{
	padding:70px 0;
}
.news-left{
	float:left;
	width:590px;
	height: 410px;
}
.news .hbox{
	border:1px solid #d2d2d2;
	padding:0 15px;
	margin-bottom: 27px;
}
.news .hbox .fir{
	float: left;
	font-size: 22px;
	color:#0068b7;
	font-weight: 700;
	line-height: 40px;
}
.news .hbox a{
	display: block;
	float: right;
	font-size: 12px;
	color:#666;
	line-height: 40px;
}
.news-left .hlist{
	margin:15px 0;
}
.news-left .hlist .title{
	float: left;
	font-size: 18px;
	color:#333;
}
.news-left .hlist .time{
	float: right;
	font-size: 14px;
	color:#999;
}
.news-left .imgbox{
	height: 226px;
	width:100%;
}
.news-left .imgbox img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.news-left .con{
	font-size: 14px;
	color:#666;
	line-height: 25px;
	text-align:justify;
}
.news-right{
	width:557px;
	float: right;
}
.news-right .list:nth-child(-n+4){
	margin-bottom:24px;
}
.news-right .list a{
	display: block;
	padding:0 40px;
	background: #f1f1f1;
}
.news-right .list a:hover{
	background: #156ecc;
}
.news-right .list a .time{
	float: left;
	font-size:22px;
	color:#333;
	line-height: 50px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.news-right .list a:hover .time{
	color:#fff;
}
.news-right .list a .title{
	float: left;
	font-size:16px;
	color:#666;
	line-height: 50px;
	margin-left:35px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.news-right .list a:hover .title{
	color:#fff;
}

/*footer*/
.footer{
	width:100%;
	background:#00458e;
}

.footer-left{
	float: left;
	position: relative;
	width: 358px;

}
.footer-left img{
	margin-top: -30px;
}
.footer-left ul li{
	font-weight: bold;
	font-size:14px;
	color:#fff;
	padding-top:5px;
	position: relative;
}
.footer-left ul li:first-child{
	font-size:18px ;
	color:#084f15;
	font-weight: bold;
	padding-left: 5px;
}
.footer-center{
	float: left;
	width: 329px;
	position: relative;
}
.footer-center:after{
	display: block;
	content: " ";
	width:1px;
	height: 156px;
	border-right:1px dashed #60a2e7;
	position: absolute;
	right:0;
	top:26px;
}
.footer-center ul{
	text-align: center;
	position: relative;
	margin-top: 74px;
}
.footer-center ul li{
	float: left;
	width:25%;
}
.footer-center ul li a{
	display: block;
	color:#fff;
	font-size: 14px;
	padding:10px 0;
}
.footer-right{
	float: right;
	/* height: 170px; */
	margin-top: 22px;
	width: 488px;
}
.footer-right ul li{
	font-size: 14px;
	color:#fff;
	margin-bottom: 5px;
	float: left;
	width:50%;
}
.last{
	width:100%;
	background: #003d7d;
	line-height:40px;
}
.last-left{
	float: left;
}
.last-left img{
	max-height: 85px;
	max-width: 85px;
}
.last-center{
	float: left;
}
.last-center ul{
	margin-top: 10px;
}
.last-center ul li{
	float:left;
	padding:5px 20px;

}
.last-center ul li a{
	display: block;
	color:#fff;
	font:12px 'Microsoft YaHei';
}
.last-center p{
	font:12px 'Microsoft YaHei';
	color:#fff;
	line-height: 40px;
}
.last-center p a{
	color:#fff;
}
.last-right{
	position: inherit;
	float: right;
}
.last-right a{
	font:12px 'Microsoft YaHei';
	color:#fff;
	line-height: 40px;
}

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#156ecc  url(../Image/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#156ecc  url(../Image/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{background:#156ecc  url(../Image/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#156ecc  url(../Image/fixCont.png) no-repeat 0 -169px;}
.hd_qr{display: block;margin:0 auto;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
